home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / gawk-3.000 / gawk-3 / gawk-3.0.0 / configh.in < prev    next >
Encoding:
Text File  |  1995-12-19  |  5.2 KB  |  190 lines

  1. /* configh.in.  Generated automatically from configure.in by autoheader.  */
  2. /*
  3.  * acconfig.h -- configuration definitions for gawk.
  4.  */
  5.  
  6. /* 
  7.  * Copyright (C) 1995 the Free Software Foundation, Inc.
  8.  * 
  9.  * This file is part of GAWK, the GNU implementation of the
  10.  * AWK Programming Language.
  11.  * 
  12.  * GAWK is free software; you can redistribute it and/or modify
  13.  * it under the terms of the GNU General Public License as published by
  14.  * the Free Software Foundation; either version 2 of the License, or
  15.  * (at your option) any later version.
  16.  * 
  17.  * GAWK is distributed in the hope that it will be useful,
  18.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  19.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  20.  * GNU General Public License for more details.
  21.  * 
  22.  * You should have received a copy of the GNU General Public License
  23.  * along with this program; if not, write to the Free Software
  24.  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
  25.  */
  26.  
  27.  
  28. /* Define if on AIX 3.
  29.    System headers sometimes define this.
  30.    We just want to avoid a redefinition error message.  */
  31. #ifndef _ALL_SOURCE
  32. #undef _ALL_SOURCE
  33. #endif
  34.  
  35. /* Define if using alloca.c.  */
  36. #undef C_ALLOCA
  37.  
  38. /* Define if type char is unsigned and you are not using gcc.  */
  39. #ifndef __CHAR_UNSIGNED__
  40. #undef __CHAR_UNSIGNED__
  41. #endif
  42.  
  43. /* Define to empty if the keyword does not work.  */
  44. #undef const
  45.  
  46. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  47.    This function is required for alloca.c support on those systems.  */
  48. #undef CRAY_STACKSEG_END
  49.  
  50. /* Define to the type of elements in the array set by `getgroups'.
  51.    Usually this is either `int' or `gid_t'.  */
  52. #undef GETGROUPS_T
  53.  
  54. /* Define if the `getpgrp' function takes no argument.  */
  55. #undef GETPGRP_VOID
  56.  
  57. /* Define to `int' if <sys/types.h> doesn't define.  */
  58. #undef gid_t
  59.  
  60. /* Define if you have alloca, as a function or macro.  */
  61. #undef HAVE_ALLOCA
  62.  
  63. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  64. #undef HAVE_ALLOCA_H
  65.  
  66. /* Define if you don't have vprintf but do have _doprnt.  */
  67. #undef HAVE_DOPRNT
  68.  
  69. /* Define if your struct stat has st_blksize.  */
  70. #undef HAVE_ST_BLKSIZE
  71.  
  72. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  73. #undef HAVE_SYS_WAIT_H
  74.  
  75. /* Define if your struct tm has tm_zone.  */
  76. #undef HAVE_TM_ZONE
  77.  
  78. /* Define if you don't have tm_zone but do have the external array
  79.    tzname.  */
  80. #undef HAVE_TZNAME
  81.  
  82. /* Define if you have the vprintf function.  */
  83. #undef HAVE_VPRINTF
  84.  
  85. /* Define if on MINIX.  */
  86. #undef _MINIX
  87.  
  88. /* Define to `int' if <sys/types.h> doesn't define.  */
  89. #undef pid_t
  90.  
  91. /* Define if the system does not provide POSIX.1 features except
  92.    with this defined.  */
  93. #undef _POSIX_1_SOURCE
  94.  
  95. /* Define if you need to in order for stat and other things to work.  */
  96. #undef _POSIX_SOURCE
  97.  
  98. /* Define as the return type of signal handlers (int or void).  */
  99. #undef RETSIGTYPE
  100.  
  101. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  102. #undef size_t
  103.  
  104. /* If using the C implementation of alloca, define if you know the
  105.    direction of stack growth for your system; otherwise it will be
  106.    automatically deduced at run-time.
  107.     STACK_DIRECTION > 0 => grows toward higher addresses
  108.     STACK_DIRECTION < 0 => grows toward lower addresses
  109.     STACK_DIRECTION = 0 => direction of growth unknown
  110.  */
  111. #undef STACK_DIRECTION
  112.  
  113. /* Define if you have the ANSI C header files.  */
  114. #undef STDC_HEADERS
  115.  
  116. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  117. #undef TIME_WITH_SYS_TIME
  118.  
  119. /* Define if your <sys/time.h> declares struct tm.  */
  120. #undef TM_IN_SYS_TIME
  121.  
  122. /* Define to `int' if <sys/types.h> doesn't define.  */
  123. #undef uid_t
  124.  
  125. #undef HAVE_STRINGIZE    /* can use ANSI # operator in cpp */
  126. #undef REGEX_MALLOC    /* use malloc instead of alloca in regex.c */
  127. #undef SPRINTF_RET    /* return type of sprintf */
  128.  
  129. /* Define if you have the fmod function.  */
  130. #undef HAVE_FMOD
  131.  
  132. /* Define if you have the memcmp function.  */
  133. #undef HAVE_MEMCMP
  134.  
  135. /* Define if you have the memcpy function.  */
  136. #undef HAVE_MEMCPY
  137.  
  138. /* Define if you have the memset function.  */
  139. #undef HAVE_MEMSET
  140.  
  141. /* Define if you have the random function.  */
  142. #undef HAVE_RANDOM
  143.  
  144. /* Define if you have the strchr function.  */
  145. #undef HAVE_STRCHR
  146.  
  147. /* Define if you have the strerror function.  */
  148. #undef HAVE_STRERROR
  149.  
  150. /* Define if you have the strftime function.  */
  151. #undef HAVE_STRFTIME
  152.  
  153. /* Define if you have the strncasecmp function.  */
  154. #undef HAVE_STRNCASECMP
  155.  
  156. /* Define if you have the strtod function.  */
  157. #undef HAVE_STRTOD
  158.  
  159. /* Define if you have the system function.  */
  160. #undef HAVE_SYSTEM
  161.  
  162. /* Define if you have the tzset function.  */
  163. #undef HAVE_TZSET
  164.  
  165. /* Define if you have the <limits.h> header file.  */
  166. #undef HAVE_LIMITS_H
  167.  
  168. /* Define if you have the <memory.h> header file.  */
  169. #undef HAVE_MEMORY_H
  170.  
  171. /* Define if you have the <signum.h> header file.  */
  172. #undef HAVE_SIGNUM_H
  173.  
  174. /* Define if you have the <stdarg.h> header file.  */
  175. #undef HAVE_STDARG_H
  176.  
  177. /* Define if you have the <string.h> header file.  */
  178. #undef HAVE_STRING_H
  179.  
  180. /* Define if you have the <strings.h> header file.  */
  181. #undef HAVE_STRINGS_H
  182.  
  183. /* Define if you have the <sys/param.h> header file.  */
  184. #undef HAVE_SYS_PARAM_H
  185.  
  186. /* Define if you have the <unistd.h> header file.  */
  187. #undef HAVE_UNISTD_H
  188.  
  189. #include <custom.h>    /* overrides for stuff autoconf can't deal with */
  190.